From: Doug Goldstein Date: Fri, 3 Aug 2018 14:46:48 +0000 (-0500) Subject: automation: remove dead code from containerize X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~3498 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=92ff8f097905a5693f8f27d7db97a11924aadb9e;p=xen.git automation: remove dead code from containerize This is more dead code. Signed-off-by: Doug Goldstein Reviewed-by: Wei Liu --- diff --git a/automation/scripts/containerize b/automation/scripts/containerize index 7f0eb0aff0..7bdfc2155d 100755 --- a/automation/scripts/containerize +++ b/automation/scripts/containerize @@ -23,10 +23,6 @@ case "_${CONTAINER}" in _stretch|_) CONTAINER="${BASE}/debian:stretch" ;; esac -# get our container name and version -containid=${CONTAINER%:*} -containver=${CONTAINER#*:} - # Save the commands for future use cmd=$@ @@ -74,7 +70,6 @@ fi # Kick off Docker einfo "*** Launching container ..." exec docker run \ - ${DOCKER_ARGS} \ ${SSH_AUTH_SOCK:+-e SSH_AUTH_SOCK="/tmp/ssh-agent/${SSH_AUTH_NAME}"} \ -v "${CONTAINER_PATH}":/build:rw \ -v "${HOME}/.ssh":/root/.ssh:ro \